|
I am using CachedEnforcer, i have enabled cached by calling |
Replies: 3 comments 2 replies
|
Please paste full code here |
|
This is how i create casbin cached enforcer instance and intialized it with expire time and enabled cache. ` ` First question this expire time passed in Below is cached enforcer authorisation method present in casbin library ` } Implementation of ` } Implementation of ` } So we see we are not using expire time in set method ? |
bug confirmed and fixed in: #1203