public interface CacheServiceProvider
The factory to get CacheService instance
| Modifier and Type | Interface and Description |
|---|---|
static class |
CacheServiceProvider.Impl |
org.osgl.cache.CacheService get()
Get default cache service instance. The the default cache service is not there yet, then create the default cache service instance
org.osgl.cache.CacheService get(String name)
Get cache service instance by name. If the service with the name is not there yet, then create the instance
name - the name of the cache serviceCopyright © 2017 OSGL (Open Source General Library). All rights reserved.