com.liferay.portal.service.persistence.impl
Class CachelessTableMapperImpl.DummyPortalCache
java.lang.Object
com.liferay.portal.service.persistence.impl.CachelessTableMapperImpl.DummyPortalCache
- All Implemented Interfaces:
- PortalCache<Long,long[]>
- Enclosing class:
- CachelessTableMapperImpl<L extends BaseModel<L>,R extends BaseModel<R>>
protected static class CachelessTableMapperImpl.DummyPortalCache
- extends Object
- implements PortalCache<Long,long[]>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
portalCacheManager
protected final PortalCacheManager<Long,long[]> portalCacheManager
portalCacheName
protected final String portalCacheName
CachelessTableMapperImpl.DummyPortalCache
protected CachelessTableMapperImpl.DummyPortalCache(String portalCacheName,
PortalCacheManager<Long,long[]> portalCacheManager)
get
public long[] get(Long key)
- Specified by:
get in interface PortalCache<Long,long[]>
getKeys
public List<Long> getKeys()
- Specified by:
getKeys in interface PortalCache<Long,long[]>
getName
@Deprecated
public String getName()
- Deprecated. As of 7.0.0, replaced by
getPortalCacheName()
- Specified by:
getName in interface PortalCache<Long,long[]>
getPortalCacheManager
public PortalCacheManager<Long,long[]> getPortalCacheManager()
- Specified by:
getPortalCacheManager in interface PortalCache<Long,long[]>
getPortalCacheName
public String getPortalCacheName()
- Specified by:
getPortalCacheName in interface PortalCache<Long,long[]>
put
public void put(Long key,
long[] value)
- Specified by:
put in interface PortalCache<Long,long[]>
put
public void put(Long key,
long[] value,
int timeToLive)
- Specified by:
put in interface PortalCache<Long,long[]>
registerPortalCacheListener
public void registerPortalCacheListener(PortalCacheListener<Long,long[]> portalCacheListener)
- Specified by:
registerPortalCacheListener in interface PortalCache<Long,long[]>
registerPortalCacheListener
public void registerPortalCacheListener(PortalCacheListener<Long,long[]> portalCacheListener,
PortalCacheListenerScope portalCacheListenerScope)
- Specified by:
registerPortalCacheListener in interface PortalCache<Long,long[]>
remove
public void remove(Long key)
- Specified by:
remove in interface PortalCache<Long,long[]>
removeAll
public void removeAll()
- Specified by:
removeAll in interface PortalCache<Long,long[]>
unregisterPortalCacheListener
public void unregisterPortalCacheListener(PortalCacheListener<Long,long[]> portalCacheListener)
- Specified by:
unregisterPortalCacheListener in interface PortalCache<Long,long[]>
unregisterPortalCacheListeners
public void unregisterPortalCacheListeners()
- Specified by:
unregisterPortalCacheListeners in interface PortalCache<Long,long[]>