public interface CacheFactory
A Factory class for creating Cache
s
Modifier and Type | Method and Description |
---|---|
Cache |
createCache()
Create a new
Cache . |
Cache createCache() throws InstantiationException
Cache
.Cache
, constructed by the implementing Factory.InstantiationException
- If the the particular Cache
can
not be created for some reason.Copyright © 1999–2017 Apache OODT. All rights reserved.