Class ContentCacheImpl.CacheWriter

All Implemented Interfaces:
ContentAccessor, ContentWriter, MimetypeServiceAware
Enclosing class:
ContentCacheImpl

public static class ContentCacheImpl.CacheWriter extends FileContentWriter
This FileContentWriter subclass allows for the temp cache file to be renamed to a cache file proper, e.g filename.tmp becomes filename.bin
Author:
Matt Ward
  • Constructor Details

    • CacheWriter

      public CacheWriter(File file, String url)
  • Method Details