Package net.officefloor.web.resource.spi
Interface FileCacheFactory
- All Known Implementing Classes:
TemporaryDirectoryFileCacheService
public interface FileCacheFactory
Factory for the creation of a new
FileCache.- Author:
- Daniel Sagenschneider
-
Method Summary
-
Method Details
-
createFileCache
Creates a newFileCache.- Parameters:
name- Name for theFileCache.- Returns:
- New
FileCache. - Throws:
IOException- If fails to create a newFileCache.
-