(params ...interface{})
| 147 | } |
| 148 | |
| 149 | func (e *CachedEnforcer) getKey(params ...interface{}) (string, bool) { |
| 150 | return GetCacheKey(params...) |
| 151 | } |
| 152 | |
| 153 | // InvalidateCache deletes all the existing cached decisions. |
| 154 | func (e *CachedEnforcer) InvalidateCache() error { |
no test coverage detected