Package com.atlassian.plugin.cache.filecache.impl


package com.atlassian.plugin.cache.filecache.impl
  • Classes
    Class
    Description
    Implements a thread-safe FileCache.
    Caches the contents of a stream, and deletes the cache when asked to do so.
    Always streams each resource from the given input
    Base class for caching streams, mostly contains concurrency related logic, the file operations implemented in children.
    Caches the contents of two streams, and deletes the cache when asked to do so.