Interface StorageAccess

All Known Subinterfaces:
DomainDataStorageAccess
All Known Implementing Classes:
JCacheAccessImpl, MapStorageAccessImpl

public interface StorageAccess
A general read/write abstraction over the specific "cache" object from the caching provider.
API Note:
Similar to CachedDomainDataAccess, some methods handle "transactional" access (access in the scope of a session), and some are non-"transactional" (for cache management outside a session).