Interface CacheBackend
- All Known Implementing Classes:
CacheBackendDataSource,CacheBackendFile,CacheBackendMem,CacheCoreExCompressor
public interface CacheBackend
An interface similar to CacheCore, except that an additional service argument is supported.
- Author:
- Claus Stadler Date: 11/28/11 Time: 10:55 PM
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidwrite(String service, String queryString, InputStream in)
-
Method Details
-
lookup
-
write
-
isReadOnly
boolean isReadOnly()
-