Back to Fresco

com.facebook.cache.common

docs/javadoc/reference/com/facebook/cache/common/package-summary.html

3.6.012.8 KB
Original Source

Fresco

|

|

Packages | Classes

Interfaces

Classes

Enums

Packages | Classes

package

com.facebook.cache.common

Abstraction and classes related to cache management: cache key implementation, event listeners, debug utilities and others.

Interfaces

| CacheErrorLogger | An interface for logging various cache errors. | | CacheEvent | Interface to provide details of an individual cache event. | | CacheEventListener | An interface for logging various cache events. | | CacheKey | Strongly typed cache key to be used instead of Object. | | HasDebugData | | | WriterCallback | Callback that writes to an OutputStream. |

Classes

| BaseCacheEventListener | No-op implementation of CacheEventListener so that listeners can extend and implement only the events they're interested in. | | CacheKeyUtil | | | DebuggingCacheKey | Extension of SimpleCacheKey which adds the ability to hold a caller context. | | MultiCacheKey | A cache key that wraps multiple cache keys. | | NoOpCacheErrorLogger | An implementation of CacheErrorLogger that doesn't do anything. | | NoOpCacheEventListener | Implementation of CacheEventListener that doesn't do anything. | | SimpleCacheKey | CacheKey implementation that is a simple wrapper around a String object. | | WriterCallbacks | Utility class to create typical WriterCallbacks. |

Enums

| CacheErrorLogger.CacheErrorCategory | A categorizaton of different cache and storage related errors. | | CacheEventListener.EvictionReason | |

+Generated by Doclava. +