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