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 CacheCachedEnforcer. cacheprivate CacheSyncedCachedEnforcer. cacheMethods in org.casbin.jcasbin.main that return Cache Modifier and Type Method Description CacheCachedEnforcer. 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 voidCachedEnforcer. setCache(Cache cache)Sets a custom cache implementation.voidSyncedCachedEnforcer. 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 classDefaultCache
-