(params ...interface{})
| 141 | } |
| 142 | |
| 143 | func (e *SyncedCachedEnforcer) getKey(params ...interface{}) (string, bool) { |
| 144 | return GetCacheKey(params...) |
| 145 | } |
| 146 | |
| 147 | // InvalidateCache deletes all the existing cached decisions. |
| 148 | func (e *SyncedCachedEnforcer) InvalidateCache() error { |
no test coverage detected