C# 클래스 MonoDroidToolkit.MemoryCache

파일 보기 프로젝트 열기: jamesmontemagno/MonoDroidToolkit

공개 메소드들

메소드 설명
Clear ( ) : void
Get ( String id ) : Android.Graphics.Bitmap
PopCache ( int max ) : void
Put ( string id, Android.Graphics.Bitmap bitmap ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Get() 공개 메소드

public Get ( String id ) : Android.Graphics.Bitmap
id String
리턴 Android.Graphics.Bitmap

PopCache() 공개 메소드

public PopCache ( int max ) : void
max int
리턴 void

Put() 공개 메소드

public Put ( string id, Android.Graphics.Bitmap bitmap ) : void
id string
bitmap Android.Graphics.Bitmap
리턴 void