Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
4f7daa96
Unverified
Commit
4f7daa96
authored
Jul 24, 2019
by
BaiJiangJie
Committed by
GitHub
Jul 24, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3026 from jumpserver/dev_bai
[Update] 授权资产变动过期所有缓存(cache_key和cache_meta_key)
parents
2f439fd4
31c22060
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
asset_permission.py
apps/perms/utils/asset_permission.py
+2
-5
No files found.
apps/perms/utils/asset_permission.py
View file @
4f7daa96
...
...
@@ -414,15 +414,12 @@ class AssetPermissionCacheMixin:
cache
.
delete_pattern
(
key
)
self
.
expire_cache_meta
()
@classmethod
def
expire_all_cache_meta
(
cls
):
key
=
cls
.
CACHE_META_KEY_PREFIX
+
'*'
cache
.
delete_pattern
(
key
)
@classmethod
def
expire_all_cache
(
cls
):
key
=
cls
.
CACHE_KEY_PREFIX
+
'*'
cache
.
delete_pattern
(
key
)
meta_key
=
cls
.
CACHE_META_KEY_PREFIX
+
'*'
cache
.
delete_pattern
(
meta_key
)
class
AssetPermissionUtil
(
AssetPermissionCacheMixin
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment