Package org.pipservices3.components.cache

  • Interface Summary
    Interface Description
    ICache
    Interface for caches that are used to cache values to improve performance.
  • Class Summary
    Class Description
    CacheEntry
    Data object to store cached values with their keys used by MemoryCache
    DefaultCacheFactory
    Creates ICache components by their descriptors.
    MemoryCache
    Cache that stores values in the process memory.
    NullCache
    Dummy cache implementation that doesn't do anything.