ArcGIS Procedural Runtime
3.2.10650
|
This is the complete list of members for prt::Cache, including all inherited members.
Cache() (defined in prt::Cache) | prt::Cache | protected |
CACHE_TYPE_IMAGE_METADATA enum value | prt::Cache | |
CACHE_TYPE_PIXELDATA enum value | prt::Cache | |
deleteTransientBlob(const void *ptr) | prt::Cache | protectedstatic |
flushAll()=0 | prt::Cache | pure virtual |
flushContentType(ContentType type)=0 | prt::Cache | pure virtual |
flushEntry(ContentType type, const wchar_t *key)=0 | prt::Cache | pure virtual |
getPersistentBlob(PersistentBlobType type, const wchar_t *key, size_t *size) const =0 | prt::Cache | pure virtual |
getTransientBlob(ContentType type, const wchar_t *key) const =0 | prt::Cache | pure virtual |
insertAndGetTransientBlob(ContentType type, const wchar_t *key, const void *ptr)=0 | prt::Cache | pure virtual |
insertPersistentBlobAndLock(PersistentBlobType type, const wchar_t *key, const void *data, size_t size)=0 | prt::Cache | pure virtual |
PersistentBlobType enum name | prt::Cache | |
releasePersistentBlob(PersistentBlobType type, const wchar_t *key)=0 | prt::Cache | pure virtual |
releaseTransientBlob(ContentType type, const wchar_t *key)=0 | prt::Cache | pure virtual |
tryLockPersistentBlobs(ContentType type, const wchar_t *key)=0 | prt::Cache | pure virtual |
unlockPersistentBlob(PersistentBlobType type, const wchar_t *key)=0 | prt::Cache | pure virtual |
~Cache() (defined in prt::Cache) | prt::Cache | protectedvirtual |