Uses of Interface
de.xima.fc.interfaces.file.IFileAdapter
- 
Packages that use IFileAdapter Package Description de.xima.fc.api.cache  - 
- 
Uses of IFileAdapter in de.xima.fc.api.cache
Methods in de.xima.fc.api.cache that return IFileAdapter Modifier and Type Method Description static <TFile extends IFileEntity<?,?>>
IFileAdapterFileCache. getCachedFile(UserContext uc, TFile file)Gets a file adapter that accesses the file data via the file cache (if the file is cacheable).static <TFileMeta extends IFileMetaEntity<?,?>>
IFileAdapterFileCache. getCachedFile(UserContext uc, TFileMeta fileMeta)Gets a file adapter that accesses the file data via the file cache (if the file is cacheable). 
 -