Provides Cache components
Interfaces
Cache |
An interface for data that must be saved in cache. |
Classes
CacheEntry |
Data and metadata for an entry returned by the cache. |
DefaultCacheEntry |
Data and metadata for an entry returned by the cache. |
DefaultFileCache |
Cache implementation that caches files directly onto the hard disk in the
specified directory. |
FileCache |
Cache implementation that caches files directly onto the hard disk in the
specified directory. |
NoCache |
Cache implementation that does nothing when a Query should be cached. |