public interface CacheServiceProvider
| Modifier and Type | Interface and Description |
|---|---|
static class |
CacheServiceProvider.Impl |
| Modifier and Type | Method and Description |
|---|---|
org.osgl.cache.CacheService |
get()
Get default cache service instance.
|
org.osgl.cache.CacheService |
get(java.lang.String name)
Get cache service instance by name.
|
org.osgl.cache.CacheService get()
org.osgl.cache.CacheService get(java.lang.String name)
name - the name of the cache serviceCopyright © 2016. All Rights Reserved.