|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheConfig | |
|---|---|
| org.dspace.providers | Pluggable alternatives for some core functions. |
| org.dspace.services | Core DSpace service definitions. |
| org.dspace.services.model | Defines types managed by the core services. |
| Uses of CacheConfig in org.dspace.providers |
|---|
| Methods in org.dspace.providers with parameters of type CacheConfig | |
|---|---|
Cache |
CacheProvider.getCache(String cacheName,
CacheConfig config)
Construct a Cache with the given name (must be unique) OR
retrieve the one that already exists with this name. |
| Uses of CacheConfig in org.dspace.services |
|---|
| Methods in org.dspace.services with parameters of type CacheConfig | |
|---|---|
Cache |
CachingService.getCache(String cacheName,
CacheConfig cacheConfig)
Construct a Cache with the given name OR retrieve the one that already exists with this name. |
| Uses of CacheConfig in org.dspace.services.model |
|---|
| Methods in org.dspace.services.model that return CacheConfig | |
|---|---|
CacheConfig |
Cache.getConfig()
Returns a readable object which has the configuration used by this cache in it. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||