Package net.officefloor.web.resource.spi
Interface FileCacheFactory
-
- All Known Implementing Classes:
TemporaryDirectoryFileCacheService
public interface FileCacheFactoryFactory for the creation of a newFileCache.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileCachecreateFileCache(java.lang.String name)Creates a newFileCache.
-