C# 클래스 Slapper.AutoMapper.Cache

Contains the methods and members responsible for this libraries caching concerns.
파일 보기 프로젝트 열기: SlapperAutoMapper/Slapper.AutoMapper

공개 메소드들

메소드 설명
ClearAllCaches ( ) : void

Clears all internal caches.

ClearInstanceCache ( ) : void

Clears the instance cache. This cache contains all objects created by Slapper.AutoMapper.

비공개 메소드들

메소드 설명
GetInstanceCache ( ) : object>.Dictionary

Gets the instance cache containing all objects created by Slapper.AutoMapper. This cache exists for the lifetime of the current thread until manually cleared/purged.

Due to the nature of how the cache is persisted, each new thread will recieve it's own unique cache.

메소드 상세

ClearAllCaches() 공개 정적인 메소드

Clears all internal caches.
public static ClearAllCaches ( ) : void
리턴 void

ClearInstanceCache() 공개 정적인 메소드

Clears the instance cache. This cache contains all objects created by Slapper.AutoMapper.
public static ClearInstanceCache ( ) : void
리턴 void