|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cache | |
|---|---|
| org.dspace.providers | Pluggable alternatives for some core functions. |
| org.dspace.services | Core DSpace service definitions. |
| Uses of Cache in org.dspace.providers |
|---|
| Methods in org.dspace.providers that return Cache | |
|---|---|
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. |
| Methods in org.dspace.providers that return types with arguments of type Cache | |
|---|---|
List<Cache> |
CacheProvider.getCaches()
Gets all the caches that this provider knows about. |
| Uses of Cache in org.dspace.services |
|---|
| Methods in org.dspace.services that return Cache | |
|---|---|
Cache |
CachingService.getCache(String cacheName,
CacheConfig cacheConfig)
Construct a Cache with the given name OR retrieve the one that already exists with this name. |
| Methods in org.dspace.services that return types with arguments of type Cache | |
|---|---|
List<Cache> |
CachingService.getCaches()
Gets all the caches that the service knows about. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||