Uses of Interface
org.casbin.jcasbin.persist.cache.Cache
-
Packages that use Cache Package Description org.casbin.jcasbin.main org.casbin.jcasbin.persist.cache -
-
Uses of Cache in org.casbin.jcasbin.main
Fields in org.casbin.jcasbin.main declared as Cache Modifier and Type Field Description private Cache
CachedEnforcer. cache
private Cache
SyncedCachedEnforcer. cache
Methods in org.casbin.jcasbin.main that return Cache Modifier and Type Method Description Cache
CachedEnforcer. getCache()
Retrieves the current cache used by this CachedEnforcer.Methods in org.casbin.jcasbin.main with parameters of type Cache Modifier and Type Method Description void
CachedEnforcer. setCache(Cache cache)
Sets a custom cache implementation.void
SyncedCachedEnforcer. setCache(Cache cache)
Sets a custom cache. -
Uses of Cache in org.casbin.jcasbin.persist.cache
Classes in org.casbin.jcasbin.persist.cache that implement Cache Modifier and Type Class Description class
DefaultCache
-