MCPcopy Index your code
hub / github.com/apache/casbin / GetCacheKey

Method GetCacheKey

enforcer_cached.go:36–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34
35type CacheableParam interface {
36 GetCacheKey() string
37}
38
39// NewCachedEnforcer creates a cached enforcer via file or DB.

Callers 1

GetCacheKeyFunction · 0.65

Implementers 1

EnforceContextenforcer.go

Calls

no outgoing calls

Tested by

no test coverage detected