C# 클래스 Geta.CacheManager.Core.Services.CacheService

파일 보기 프로젝트 열기: Geta/CacheManager

Private Properties

프로퍼티 타입 설명
GetCacheItems IEnumerable
GetObjectCreatedDate System.DateTime
GetObjectExpirationDate System.DateTime
GetObjectSize long

공개 메소드들

메소드 설명
DeleteCache ( List cacheList = null ) : void
GetCacheList ( CacheSortEnum sortBy = CacheSortEnum.Size, bool ascending = false, int pageNumber = 1, int pageSize = 10 ) : CacheListModel

비공개 메소드들

메소드 설명
GetCacheItems ( ) : IEnumerable
GetObjectCreatedDate ( DictionaryEntry entry ) : System.DateTime
GetObjectExpirationDate ( DictionaryEntry entry ) : System.DateTime
GetObjectSize ( object obj ) : long

메소드 상세

DeleteCache() 공개 정적인 메소드

public static DeleteCache ( List cacheList = null ) : void
cacheList List
리턴 void

GetCacheList() 공개 정적인 메소드

public static GetCacheList ( CacheSortEnum sortBy = CacheSortEnum.Size, bool ascending = false, int pageNumber = 1, int pageSize = 10 ) : CacheListModel
sortBy CacheSortEnum
ascending bool
pageNumber int
pageSize int
리턴 Geta.CacheManager.Core.Models.CacheListModel