diff options
| author | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-05-04 03:02:01 +0300 |
|---|---|---|
| committer | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-05-04 03:02:01 +0300 |
| commit | 63f714d5a78b765c117ebf6bbdfdbd748dd45644 (patch) | |
| tree | 87a4db40e1ff699222ccfdf699a3904d1c665bfc /public/app/extends/Cache_service.php | |
| parent | 931a93cd7bae092e2752064568cebe407d2bf46e (diff) | |
| download | gyraf1gov-63f714d5a78b765c117ebf6bbdfdbd748dd45644.tar.gz gyraf1gov-63f714d5a78b765c117ebf6bbdfdbd748dd45644.tar.bz2 gyraf1gov-63f714d5a78b765c117ebf6bbdfdbd748dd45644.zip | |
authentication; invitation; activation; base form setup
Diffstat (limited to 'public/app/extends/Cache_service.php')
| -rw-r--r-- | public/app/extends/Cache_service.php | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/public/app/extends/Cache_service.php b/public/app/extends/Cache_service.php index c435b75..05fd39e 100644 --- a/public/app/extends/Cache_service.php +++ b/public/app/extends/Cache_service.php @@ -36,25 +36,6 @@ class Cache_service } - public static function privileges_hierarchy( $options = 0 ) - { - return proxy( - [\app\models\Access_model::class, 'privileges'], - [], CACHE_ROOT_TTL, - $options - ); - } - - public static function pages_list( $options = 0 ) - { - return proxy( - [\app\models\Cms_model::class, 'pages'], - [], CACHE_ROOT_TTL, - $options - ); - } - - /** entity * * create and retrieve a cached array of some entity |
